home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000253_jaltman@watsun.cc.columbia.edu_Mon Jul 9 11:38:05 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  50 lines

  1. Article: 12581 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Modem multi port
  6. Date: 9 Jul 2001 15:27:19 GMT
  7. Organization: Columbia University
  8. Lines: 33
  9. Message-ID: <9icign$clp$1@newsmaster.cc.columbia.edu>
  10. References: <3b49c4fb$0$38326$ba620e4c@news.skynet.be>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 994692439 12985 128.59.39.2 (9 Jul 2001 15:27:19 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 9 Jul 2001 15:27:19 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12581
  16.  
  17. In article <3b49c4fb$0$38326$ba620e4c@news.skynet.be>,
  18. Nathan Rousseau <nathan.rousseau@planetmedica.com> wrote:
  19. : I try to launch 4 kermit session to receive data coming from 4 modem.
  20. : The 4 modems are located on the same PCI card of the computer.
  21. : I have receive with the modem, the inf file.
  22. : I use TAPI...
  23. : First kermit session: I set the tapi line for the first... ok
  24. : Second kermit session: I set the tapi line for the second.... Access denied
  25. : ...
  26. : What the difference between the set tapi line and the set tapi port?
  27.  
  28. No difference
  29.  
  30. You cannot simply use 
  31.  
  32.   SET TAPI LINE
  33.  
  34. if you want to use separate devices.  You need to actually specify 
  35. the device names
  36.  
  37.   SET TAPI LINE device1
  38.   SET TAPI LINE device2
  39.   SET TAPI LINE device3
  40.   SET TAPI LINE device4
  41.  
  42.  
  43.  
  44.  
  45.  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha available
  46.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  47.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  48.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  49.